📚 node [[convolutional_operation|convolutional operation]]
Welcome! Nobody has contributed anything to 'convolutional_operation|convolutional operation' yet. You can:
  • Write something in the document below!
    • There is at least one public document in every node in the Agora. Whatever you write in it will be integrated and made available for the next visitor to read and edit.
  • Write to the Agora from social media.
    • If you follow Agora bot on a supported platform and include the wikilink [[convolutional_operation|convolutional operation]] in a post, the Agora will link it here and optionally integrate your writing.
  • Sign up as a full Agora user.
    • As a full user you will be able to contribute your personal notes and resources directly to this knowledge commons. Some setup required :)
⥅ related node [[convolutional_operation]]
⥅ node [[convolutional_operation]] pulled by Agora

convolutional operation

Go back to the [[AI Glossary]]

#image

The following two-step mathematical operation:

Element-wise multiplication of the convolutional filter and a slice of an input matrix. (The slice of the input matrix has the same rank and size as the convolutional filter.)
Summation of all the values in the resulting product matrix.

For example, consider the following 5x5 input matrix:

A 5x5 convolutional matrix

Now imagine the following 2x2 convolutional filter:

A 2x2 convolutional filter

Each convolutional operation involves a single 2x2 slice of the input matrix. For instance, suppose we use the 2x2 slice at the top-left of the input matrix. So, the convolution operation on this slice looks as follows:

A single convolutional operation

A convolutional layer consists of a series of convolutional operations, each acting on a different slice of the input matrix.

📖 stoas
⥱ context